www.gusucode.com > PHP展示型企业网站模板米拓整站源码 1.0PHP源码程序 > PHP展示型企业网站模板米拓整站源码 1.0/MetInfozs_v1.0/MetInfozs_v1.0/app/system/include/static/js/components/gridstack.min.js

    /*!
 * remark (http://getbootstrapadmin.com/remark)
 * Copyright 2015 amazingsurge
 * Licensed under the Themeforest Standard Licenses
 */
$.components.register("gridstack",{mode:"init",defaults:{cell_height:80,vertical_margin:20},init:function(context){if($.fn.gridstack){var defaults=$.components.getDefaults("gridstack");$('[data-plugin="gridstack"]',context).each(function(){var options=$.extend(!0,{},defaults,$(this).data());$(this).gridstack(options)})}}});